@media (min-width: 1717px) {
	.container {
	  max-width: 1717px !important;
	}
  }
body,html{
	overflow-x: hidden !important;
	width: 100% !important;
	max-width: 100%;
}
html{
	font-size: 12px;
}
.header-absolute{
	background: #2b313a;
} 
.navbar-collapse .navbar-nav .nav-item.active a,
.navbar-collapse .navbar-nav .nav-item a:hover,
.navbar-collapse .navbar-nav .nav-item a:active{
	color: #23aee6;
}
.navbar-collapse .navbar-nav .nav-item a{
	color: #FFFFFF;
	font-weight: 400;
}
.swiper-height{
	height: 33rem;
	margin-top: 4rem; 
}
.swiper-height .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0;
	width: 2rem;
	height: 2px;
	background: #FFFFFF;
}
.swiper-container,
.swiper-container .swiper-wrapper,
.swiper-container .swiper-wrapper .swiper-slide,
.swiper-container .swiper-wrapper .swiper-slide img.img-fluid{
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide .left_intro{
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	padding-left: 21rem;
}
.swiper-container .swiper-wrapper .swiper-slide .left_intro .title{
	font-size: 4rem;
	margin-bottom: 2.5rem;
} 
.swiper-container .swiper-wrapper .swiper-slide .left_intro p{
	font-size: 1.8rem;
	color: rgba(255,255,255,0.7);
} 
.swiper-container .swiper-wrapper .swiper-slide .left_intro .handle_btn{
	font-size: 1.5rem;
	margin-top: 0.5rem;
	width: 11.67rem;
	color: #FFFFFF;
	text-align: center;
	padding: 0.5rem 0;
	border: 1px solid #FFFFFF;
	cursor: pointer;
} 
.swiper-container .swiper-wrapper .swiper-slide .left_intro a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
/* 分页器样式 */
/* 功能菜单 */
.function-menu{
	width: 100%;
	background: #f6f9f9;
}
.function-menu .container {
	width: 55%;
	margin: 0 auto;
}
.function-menu .row>div{
	display: flex;
	padding: 2.5rem 1rem;
	justify-content: center;
	flex-direction: column;
	border-right: 0.11rem solid #c1c1c1;
}

.function-menu .row>div:last-child{
	border: none;
}
.function-menu .row>div .title{
	font-size: 1.7rem;
} 
.function-menu .row>div .bottom-bor{
	width: 37px;
	height: 1px;
	margin: 1.25rem 0;
	border-bottom: 2px solid #28abe3;
} 
.function-menu .row>div .context{
	display: flex;
	flex-direction: column;
}
.main-title {
	text-align: center;
}
.production-box .tab-box .nav .nav-link{
	text-align: center;
	padding: 0 3rem !important;
}
.production-box .tab-box .introduce{
	color: #666666;
}
.production-box .tab-box .active .introduce {
	color: #28abe3;
}
.production-box .tab-box .img{
	display: flex;
	justify-content: center;
}
.production-box .tab-box .img img:last-child{
	display: none;
}
.production-box .tab-box .img img:first-child{
	display: block;
}
.production-box .tab-box .active .img img:last-child{
	display: block;
}
.production-box .tab-box .active .img img:first-child{
	display: none;
}
.production-box .tab-box .active{
	background: none !important;
}
.production-box .tab-box .tab-content{
	text-align: left !important;
}
.main-title .title-top{
	font-size: 2.5rem;
	margin: 5rem 0 1.1rem;
}
.main-title .title-litter{
	color: #999999;
	font-size: 1rem;
	margin-bottom: 4.6rem;
}
.main-title .selection{
	margin: auto;
}
.main-title .selection .seletion-item.active{
	color: #28abe3;
}
.main-title .selection .seletion-item .introduce{
	font-size: 1.3rem;
	border-bottom: 2px solid transparent;
}
.main-title .selection .seletion-item.active .introduce{
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #28abe3;
}

.section-about-1{
	background: #f5f5f5;
}
.section-about-1 .section-content-text{
	font-size: 1.3rem;
}
.section-about-1 .section-content-text a{
	display: block;
	color: #666666;
	text-decoration: none;
}
.section-about-1 .section-content-text .btn-view{
	width: 13rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border: 1px solid #898989;
}
.section-about-1 .section-heading{
	font-size: 2.5rem;
	font-weight: bold;
	color: #333333;
}
.section-about-1 .list-text-icon-accordion .sysmbel_c{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #666666;
	display: inline-block;
}
.section-features{
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
.features-bgImg{
	background-repeat: no-repeat;
	background: url("../images/index/webCenter.png");
	background-size: 100% 100%;
}
.section-features .section-head{
	font-size: 2.5rem;
}	
	/*解决方案tab切换  */
	.section-features .tab-box{
		width: 60%;
		margin: 0 auto 5.8rem;
		display: flex;
	}
	.section-features .tab-box .tab-left{
		min-height: 40rem;
		border-right: 1px solid rgb(151,153,150);
	}
	.section-features .tab-box .tab-left .nav-link{
		width: 10rem;
		color: #FFFFFF;
		padding: 5px 0; 
		font-size: 1.3rem;
		margin-bottom: 1.6rem;
		border-radius: 0;
		margin-right: -1px;
	}
	.section-features .tab-box .tab-left .nav-link.active{
		background: transparent;
		color: #28abe3;
		border-right: 2px solid #28abe3;
	}
	.section-features .tab-box .tab-content .tab-pane{
		text-align: left;
	}
	.section-features .tab-box .tab-content .tab-pane .clause .clause-item,
	.section-features .tab-box .tab-content .tab-pane .other-proposal{
		font-size: 1.2rem;
	}
	.section-features .tab-box .tab-content .tab-pane .other-proposal .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.section-features .tab-box .tab-content .tab-pane .other-proposal .icon-item{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/* 服务 */
	.server-section .seletion-item{
		margin-bottom: 4rem;
	}
	.server-section .seletion-item .detailed-intro{
		color: rgb(155,155,155);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	/* 知识分享 */
	.section-knowledge{
		text-align: left;
		background:rgb(245,245,245);
	}
	.section-knowledge .share-content{
		margin: 0 auto 6rem;
	}
	.section-knowledge .share-content .share-item a{
		color: #212529;
		display: flex;
		flex-direction: column;
		text-decoration: none;
	}
	.section-knowledge .share-content .share-item a span{
		padding: 20px 0 20px 35px;
	}

	/* 关于我们 */
	.section-footer1{
		background-size: 100% 100% !important;
		background-image: url("../images/index/footer.png") !important;
		background-repeat: no-repeat !important;
	}
	.section-footer1 .title-litter{
		margin-bottom: 3.33rem;
	}
	.section-footer1 .footer-content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 1.25rem;
	}
	.footer_info{
		font-size: 1.25rem;
		background: #2e3133;
	}
	.footer_info .contactType{
		margin: 0 auto;
		display: flex;
		padding: 2rem 0;
		flex-wrap: wrap;
		justify-content: space-around;
		border-bottom: 1px solid #797979; 
	}
	.footer_info .companyInfo{
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.footer_info .companyInfo li{
		list-style-type: none;
	}

	
@media screen and (max-width:768px){
	.function-menu .container .row>div {
		border: none;
		border-bottom: 0.11rem solid #c1c1c1 !important;
	}
	.function-menu .container .row>div:last-child{
		border: none !important;
	}
	.production-box .tab-box a:nth-child(1),
	.production-box .tab-box a:nth-child(2),
	.production-box .tab-box a:nth-child(3){
		margin-bottom: 1rem;
	}
}
@media screen and (max-width:992px){
	.function-menu .container .row>div:nth-child(2) {
		border: none;
	}
	.production-box .tab-box a:nth-child(1),
	.production-box .tab-box a:nth-child(2){
		margin-bottom: 1rem;
	}
	.section-knowledge .share-content .share-item{
		margin-bottom: 2rem;
	}
}
footer .copyright{
    padding: .5rem 0;
	font-size: 1.2rem;
	color: #fff;
	background: #242424;
	text-align: center;
}
footer .copyright a{
	color: #fff;
}
.footer_info .companyInfo .wx-info img{
	margin: 0;
	width: 128px;
	height: 128px;
}
	/* .slider::-webkit-scrollbar{  
		width: 0;
		height: 0;
		background-color: none;
	} */

/* 产品下拉图 */
header.section-header .production_hover{
	width: 100%;
	height: 29rem;
	position: absolute;
	top: 4.3rem;
	left: 0;
	display: none;
	background: #FFFFFF;
	box-shadow: 1px -1px 5px rgba(0,0,0,0.5) inset;
}
header.section-header .production_hover .center-content{
	margin: 0 auto;
}
header.section-header .production_hover .flex_pro{
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
header.section-header .production_hover .flex_pro .flex_proItem{
	margin: 0 8rem 0 2rem; 
	cursor: pointer;  
}
header.section-header .production_hover .flex_pro .flex_proItem .title{
	font-size: 1.3rem;
}
header.section-header .production_hover .flex_pro .flex_proItem>span{
	display: block;
	padding: 0.5rem 0;
}
header.section-header .production_hover .flex_pro .flex_proItem .img{
	min-width: 10rem;
	height: 10rem;
	text-align: center;
	margin-top: 1rem;
}
header.section-header .production_hover .flex_pro .flex_proItem .img img{
	max-width: 100%;
	max-height: 100%;
}
header.section-header .shadow_box{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
	display: none;
	background: rgba(0,0,0,0.5);
}